home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _6D3FD76279344DE289AD727626DF0371 < prev    next >
Encoding:
Text File  |  2000-03-18  |  1.0 KB  |  52 lines

  1. This menu demonstrates some of the simple area types
  2.  
  3. <stm>
  4. <include tints>
  5. <backdrop bgcolor black>
  6. <vbar tint vbargray>
  7.  
  8. <center>
  9.  
  10. <font type title tint normaltext atint hilitetext>
  11.  
  12. <hbr>
  13.  
  14. <ctext percent atext "The Percentage is : ">
  15. <slider cvari percent min 0 max 100 step 1>
  16.  
  17. <hbr>
  18. <hbr>
  19.  
  20. <ctext fruit atext "The current fruit number is : ">
  21. <list "Apples,Oranges,Pears" cvar fruit atext "Fruit : ">
  22.  
  23. <hbr>
  24. <hbr>
  25.  
  26. <ctext fruittaste atext "The current tastiness is : ">
  27. <list "Apples,Oranges,Pears" match "Sweet,Bitter,Juicy" cvar fruittaste atext "Fruit : ">
  28.  
  29. <hbr>
  30. <hbr>
  31.  
  32. <image "icons/f_mail" tint red alt "icons/f_joystick" atint blue key mouse1 "play menu/small/invalid">
  33.  
  34. <hbr>
  35. <hbr>
  36.  
  37. <ctext nickname atext "Your current nickname is : ">
  38. <input cvar nickname global maxchars 32 width 150 border 3 1 gray>
  39.  
  40. <hbr>
  41. <hbr>
  42.  
  43. <ticker "This page demonstrates some of the simple area types to get you started customising your own menus" speed 5>
  44.  
  45. <hbr>
  46. <hbr>
  47.  
  48. <text "OK" key mouse1 "killmenu" border 16 1 gray>
  49.  
  50. </stm>
  51.  
  52.